home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / E / PlayTHX / src / THX-Offsets.I < prev    next >
Encoding:
Text File  |  1997-10-02  |  1.1 KB  |  24 lines

  1. thxInitCIA          = 0*4       ;now implemented, reference doc file for use!
  2. thxInitPlayer       = 1*4
  3. thxInitModule       = 2*4
  4. thxInitSubSong      = 3*4
  5. thxInterrupt        = 4*4
  6. thxStopSong         = 5*4
  7. thxKillPlayer       = 6*4
  8. thxKillCIA    = 7*4       ;now implemented, reference doc file for use!
  9. thxNextPattern    = 8*4    ;implemented, although no-one requested it :-)
  10. thxPrevPattern    = 9*4    ;implemented, although no-one requested it :-)
  11.  
  12. thxBSS_P            = 10*4      ;pointer to thx's public (fast) memory block
  13. thxBSS_C            = 11*4      ;pointer to thx's explicit chip memory block
  14. thxBSS_Psize        = 12*4      ;size of public memory (intern use only!)
  15. thxBSS_Csize        = 13*4      ;size of chip memory (intern use only!)
  16. thxModule           = 14*4      ;pointer to thxModule after InitModule
  17.  
  18. thx_pExternalTiming = 0         ;byte, offset to public memory block
  19. thx_pMainVolume     = 1         ;byte, offset to public memory block
  20. thx_pSubsongs       = 2         ;byte, offset to public memory block
  21. thx_pSongEnd        = 3         ;flag, offset to public memory block
  22. thx_pPlaying        = 4         ;flag, offset to public memory block
  23.  
  24.